home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
- /* $Id: COMLite.r 1.2 1997/04/09 01:16:29 damien Exp $ */
-
- #ifndef __TYPES.R__
- #include "Types.r"
- #endif
-
- #ifndef __XAPI.R__
- #include "XApi.r"
- #endif
-
- include "COMLITE.rsc";
-
- resource 'COMP' (132) {
- 'lite',
- 'CObl',
- "Beams Light",
- "COM Examples",
- 0x30103,
- "3.1.3",
- "Toolkit Example",
- 9
- };
-
- data 'GUID' (132) {
- $"A930 ED80 3A02 101C 885F 0402 1C00 7002" /* ©0ÌÄ:...à_....p. */
- $"F347 2360 734D 101C B801 0402 1C00 7002" /* ÛG#`sM..∏.....p. */
- };
-
- resource 'pMAP' (132) {
- { /* array TypeArray: 7 elements */
- /* [1] */
- 'HAAN',
- 'shrt',
- interpolate,
- "Hor. Aperture",
- /* [2] */
- 'VAAN',
- 'shrt',
- interpolate,
- "Ver. Aperture",
- /* [3] */
- 'INTE',
- 'qfix',
- interpolate,
- "Intensity",
- /* [4] */
- 'NBBH',
- 'shrt',
- interpolate,
- "# Hor. Beams",
- /* [5] */
- 'NBBV',
- 'shrt',
- interpolate,
- "# Ver. Beams",
- /* [6] */
- 'COLO',
- 'colo',
- interpolate,
- "Color",
- /* [7] */
- 'BEAP',
- 'shrt',
- interpolate,
- "Beam Aperture"
- }
- };
-